home *** CD-ROM | disk | FTP | other *** search
/ Encyklopedia Omnia / omnia201.iso / mondo3d / behaviours.cst / 00008_Script_prepara la movie < prev    next >
Text File  |  2000-11-03  |  731b  |  24 lines

  1. on prepareMovie
  2.   -- cambia i cursori dei links
  3.   repeat with ncurso = 117 to 120
  4.     set the cursor of sprite ncurso to 280
  5.   end repeat
  6.   -- cambia i cursori del pop animazioni
  7.   repeat with scurso = 61 to 64
  8.     set the cursor of sprite scurso to 280
  9.   end repeat
  10.   -- cambia i cursori del pop schede
  11.   repeat with scurso = 67 to 71
  12.     set the cursor of sprite scurso to 280
  13.   end repeat
  14.   -- cambia i cursori del pop manipolazione
  15.   repeat with scurso = 75 to 79
  16.     set the cursor of sprite scurso to 280
  17.   end repeat  
  18.   repeat with senso = 40 to 49
  19.     set the cursor of sprite senso to 280
  20.   end repeat   
  21.     repeat with ncurso = 19 to 19
  22.     set the cursor of sprite ncurso to 280
  23.   end repeat
  24. end